home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / card_53597.txt < prev    next >
Text File  |  1989-08-22  |  1KB  |  64 lines

  1. -- card: 53597 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 53984
  5. -- name: What is OSI Model? C/15
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global btnStatus
  9.   get line 2 of btnStatus
  10.   -- the line number should be tailored for each menu
  11.   repeat with i = 1 to 6
  12.     -- tailor to number of menu items on given menu
  13.     if item i of it is not empty
  14.     then set the hilite of bg btn ("item" & i) to true
  15.   else set the hilite of bg btn ("item" & i) to false
  16. end repeat
  17. pass openCard
  18. end openCard
  19.  
  20.  
  21. -- part contents for background part 25
  22. ----- text -----
  23. Following are the main points you should remember from the discussion of the OSI model in this segment.
  24.  
  25. -- part contents for background part 11
  26. ----- text -----
  27. What to Remember About the OSI Model
  28.  
  29. -- part contents for background part 26
  30. ----- text -----
  31. Click a choice for more information.
  32.  
  33. -- part contents for background part 27
  34. ----- text -----
  35. Blueprint for Vendors
  36.  
  37. -- part contents for background part 28
  38. ----- text -----
  39. Modularity
  40.  
  41. -- part contents for background part 30
  42. ----- text -----
  43. Structured Tasks
  44.  
  45. -- part contents for background part 31
  46. ----- text -----
  47. Interface Between Layers
  48.  
  49. -- part contents for background part 32
  50. ----- text -----
  51. Independence of 
  52. Message Content
  53.  
  54. -- part contents for background part 33
  55. ----- text -----
  56. Substitutions
  57.  
  58. -- part contents for background part 3
  59. ----- text -----
  60. What is the OSI Model?
  61.  
  62. -- part contents for background part 21
  63. ----- text -----
  64. 53597